home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.serviceeditbinding.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.5 KB  |  45 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1><img src="../../images/service.gif" alt="Service" height="16" width="16"> Service - <img src="../../images/binding.gif" alt="Binding" height="16" width="16"> Bindings</H1>
  18.                     Use the <b>Bindings</b> tab to view or modify the bindings for this service.
  19.                     <ul>
  20.                     <li><b>Binding</b> Lists the bindings associated with this service.
  21.                     <ul>
  22.                             <li class="action">
  23.                                 Click <b>Add Binding</b> to add a binding to this service.
  24.                             </li>
  25.                             <li class="action">
  26.                                 Click <b>View</b> to view a binding.
  27.                             </li>
  28.                             <li class="action">
  29.                                 Click <b>Delete</b> to permanently delete a binding from this service.
  30.                             </li>
  31.                             
  32.                         </ul>
  33.                     </UL>                    
  34.                     <H3>More Information</H3>
  35.                     <!-- #include file = "glossary.binding.htm" -->
  36.                     <p>
  37.                     <!-- #include file = "glossary.service.htm" -->
  38.                 </td>
  39.             </tr>
  40.         </table>
  41.         <!-- #include file = "publish.footer.htm" -->
  42.     </body>
  43. </html>
  44.  
  45.